From: Lars Magne Ingebrigtsen Date: Tue, 28 Jun 2011 15:30:45 +0000 (+0200) Subject: (smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3271 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=47d41034053ae0a8dad7069c0baec26a127a11bf;p=emacs.git (smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8312d635a8f..f4005b48a4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-06-28 Lars Magne Ingebrigtsen + + * mail/smtpmail.el (smtpmail-send-it): Leave off changing the + buffer multibyteness, since it shouldn't matter. + 2011-06-28 Martin Rudalics * window.el (display-buffer-in-side-window): Handle dedicated diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index ece4de669d0..3fd2d9ddf21 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -631,7 +631,6 @@ The list is in preference order.") ;; clear the trace buffer of old output (with-current-buffer process-buffer - (set-buffer-multibyte nil) (setq buffer-undo-list t) (erase-buffer))